home *** CD-ROM | disk | FTP | other *** search
- object Uninstall: TUninstall
- Left = 239
- Top = 171
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Uninstall'
- ClientHeight = 273
- ClientWidth = 492
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 11
- Top = 220
- Width = 471
- Height = 10
- Shape = bsBottomLine
- end
- object Label1: TLabel
- Left = 145
- Top = 205
- Width = 80
- Height = 13
- Caption = 'Application Path:'
- end
- object Label2: TLabel
- Left = 230
- Top = 205
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object GroupBox2: TGroupBox
- Left = 141
- Top = 5
- Width = 341
- Height = 76
- TabOrder = 0
- object Label7: TLabel
- Left = 5
- Top = 10
- Width = 331
- Height = 41
- AutoSize = False
- Caption =
- 'Welcome at the Uninstall wizzard. All installed components will ' +
- 'be removed. If you wish to proceed the Uninstallation choose nex' +
- 't, If you want to abort you must choose Cancel.'
- WordWrap = True
- end
- end
- object Button1: TButton
- Left = 315
- Top = 240
- Width = 75
- Height = 25
- Caption = '&Next >'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 240
- Top = 240
- Width = 75
- Height = 25
- Caption = '< &Back'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 407
- Top = 240
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 121
- Height = 211
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'Panel1'
- TabOrder = 4
- object Image2: TImage
- Left = 0
- Top = 0
- Width = 117
- Height = 207
- Align = alClient
- AutoSize = True
- Center = True
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 450
- Top = 85
- end
- end
-